Copy Data
Command Prototype
varRet = Clone(varData)
Command Description
Copy data, can be used to copy a dictionary or an array
Parameter Description
- Required Parameter
- varData--The data to be copied
- return
- varRet--The variable used to save the output of the function call